'Declaration<DispIdAttribute(595)> Function SetTagAttribute_4( _ ByVal TagID As Integer, _ ByVal Key As String, _ ByRef Value() As Double _ ) As GdPictureStatus
[DispId(595)] GdPictureStatus SetTagAttribute_4( int TagID, string Key, ref double[] Value )
function SetTagAttribute_4(
TagID: Integer;
Key: String;
var Value: Doublearray of
): GdPictureStatus;
DispIdAttribute(595) function SetTagAttribute_4( TagID : int, Key : String, Value : double[] ) : GdPictureStatus;
[DispId(595)] GdPictureStatus SetTagAttribute_4( int TagID, string* Key, ref double[]* Value )
[DispId(595)] GdPictureStatus SetTagAttribute_4( int TagID, String^ Key, array<double>^% Value )
Parameters
- TagID
- Key
- Value
